home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / editor / german.lha / ASCIIToGerman.cvt next >
Text File  |  1995-08-14  |  176b  |  16 lines

  1. -- ASCII to German
  2. -- a" -> ä
  3. 97,34->228
  4. -- o" -> ö
  5. 111,34->246
  6. -- u" -> ü
  7. 117,34->252
  8. -- A" -> Ä
  9. 65,34->196
  10. -- O" -> Ö
  11. 79,34->214
  12. -- U" -> Ü
  13. 85,34->220
  14. -- sS -> ß
  15. 115,83->223
  16.